projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa3a18
)
(init_cmdargs): Fix simple bug in previous change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 22 Mar 1993 07:00:47 +0000
(07:00 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 22 Mar 1993 07:00:47 +0000
(07:00 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index c5b6953acfb4d71d21e6675a43aff3056aa8e242..c0bec6b793c24e624dda2cc716f157f052f9bea4 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-159,7
+159,7
@@
init_cmdargs (argc, argv, skip_args)
{
register int i;
- Vinvocation_name = Ffile_name_nondirectory (
argv[0]
);
+ Vinvocation_name = Ffile_name_nondirectory (
build_string (argv[0])
);
Vcommand_line_args = Qnil;